projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc18ecd
)
debian/log-reftests.py: Remove wrong wayland paths
author
Marco Trevisan (Treviño)
<mail@3v1n0.net>
Fri, 9 Jul 2021 16:19:43 +0000
(18:19 +0200)
committer
Marco Trevisan (Treviño)
<marco@ubuntu.com>
Fri, 9 Jul 2021 16:19:43 +0000
(18:19 +0200)
debian/log-reftests.py
patch
|
blob
|
history
diff --git
a/debian/log-reftests.py
b/debian/log-reftests.py
index 50ff417cd8a27e2d28bf903ac88ff35fa4d878b6..b06c8d892f1a661204f374fcddb41d9a8c4d2d2b 100755
(executable)
--- a/
debian/log-reftests.py
+++ b/
debian/log-reftests.py
@@
-11,11
+11,11
@@
if __name__ == '__main__':
for outputs in (
Path(
'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare',
- 'opengl', 'x11',
'wayland'
+ 'opengl', 'x11',
),
Path(
'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare',
- 'broadway', 'x11',
'wayland'
+ 'broadway', 'x11',
),
):
diff = (outputs / (node.stem + '.diff.png'))
@@
-39,7
+39,7
@@
if __name__ == '__main__':
for outputs in (
Path(
'debian', 'build', 'deb', 'testsuite', 'reftests',
- 'output', 'x11',
'wayland'
+ 'output', 'x11',
),
):
diff = (outputs / (ui.stem + '.diff.png'))